type google.golang.org/protobuf/internal/impl.stringConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L128: return &stringConverter{t, defVal(fd, stringZero)}
convert.go#L313: type stringConverter struct {
convert.go#L318: func (c *stringConverter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L324: func (c *stringConverter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L333: func (c *stringConverter) IsValidPB(v protoreflect.Value) bool {
convert.go#L337: func (c *stringConverter) IsValidGo(v reflect.Value) bool {
convert.go#L340: func (c *stringConverter) New() protoreflect.Value { return c.def }
convert.go#L341: func (c *stringConverter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)